Html Css Color HEX #B8C41D Rio Grande

📋 copy color: '#B8C41D'

red 184 ◦ green 196 ◦ blue 29

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

Shades of Rio Grande #B8C41D

Tints of Rio Grande #B8C41D

RGB

 RED value IS 184 (72.27% from 255) = 44.99%

 GREEN value IS 196 (76.95% from 255) = 47.92%

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 44.99%
G = 47.92%
B = 7.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#B8C41D (or 0xB8C41D) is known color: Rio Grande. HEX triplet: B8, C4 and 1D. RGB value is (184,196,29). Sum of RGB (Red+Green+Blue) = 184+196+29=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C41D is #473BE2. Grayscale: #AEAEAE. Windows color (decimal): -4668387 or 1950904. OLE color: 1950904.

HSL color Cylindrical-coordinate representation of color #B8C41D: hue angle of 64.31º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8C41D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 196 29 -
CMYK 0.06 0 0.85 0.23
HSL 64.31º 0.74% 0.44% -
HSV(B) 64.31º 0.85% 0.77% -
XYZ 39.73 49.76 8.67 -
YUV 173.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 184 196 29 0.06 0 0.85 0.23 64.31 0.74 0.44
Hex B8 C4 1D 6 0 55 17 40 4A 2C
Octal 270 304 35 6 0 125 27 100 112 54
Binary 10111000 11000100 11101 110 0 1010101 10111 1000000 1001010 101100

Color Harmonies of #B8C41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C41D

Black with #B8C41D

Text Example


Text Example

White with #B8C41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C41D; }

 p { color: rgb(184,196,29); }

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

background-color css

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

 a { background-color: rgb(184,196,29); }

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

border-color css

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

 span { border-color: rgb(184,196,29); }

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