Html Css Color HEX #B4CF18 Rio Grande

📋 copy color: '#B4CF18'

red 180 ◦ green 207 ◦ blue 24

#B4CF18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B4CF18

Tints of Rio Grande #B4CF18

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

 GREEN value IS 207 (81.25% from 255) = 50.36%

 BLUE value IS 24 (9.77% from 255) = 5.84%

R = 43.8%
G = 50.36%
B = 5.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4CF18 (or 0xB4CF18) is known color: Rio Grande. HEX triplet: B4, CF and 18. RGB value is (180,207,24). Sum of RGB (Red+Green+Blue) = 180+207+24=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CF18 is #4B30E7. Grayscale: #B2B2B2. Windows color (decimal): -4927720 or 1626036. OLE color: 1626036.

HSL color Cylindrical-coordinate representation of color #B4CF18: hue angle of 68.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4CF18 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 207 24 -
CMYK 0.13 0 0.88 0.19
HSL 68.85º 0.79% 0.45% -
HSV(B) 68.85º 0.88% 0.81% -
XYZ 41.3 54.39 9.19 -
YUV 178.07 41.05 129.38 -
System Red Green Blue C M Y K H S L
Decimal 180 207 24 0.13 0 0.88 0.19 68.85 0.79 0.45
Hex B4 CF 18 D 0 58 13 45 4F 2D
Octal 264 317 30 15 0 130 23 105 117 55
Binary 10110100 11001111 11000 1101 0 1011000 10011 1000101 1001111 101101

Color Harmonies of #B4CF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CF18

Black with #B4CF18

Text Example


Text Example

White with #B4CF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CF18; }

 p { color: rgb(180,207,24); }

 H1.HeaderClassName
 {
   color: #B4CF18;
 }
 .AnyTagClassName
 {
   color: #B4CF18;
 }
</style>

background-color css

<style>
 a { background-color: #B4CF18; }

 a { background-color: rgb(180,207,24); }

 div.DivClassName
 {
   background-color: #B4CF18;
 }
 .BgClassName
 {
   background-color: #B4CF18;
 }
</style>

border-color css

<style>
 span { border-color: #B4CF18; }

 span { border-color: rgb(180,207,24); }

 td.TdClassName
 {
   border-color: #B4CF18;
 }
 .TagClassName
 {
   border-color: #B4CF18;
 }
</style>