Html Css Color HEX #B8D01D Rio Grande

📋 copy color: '#B8D01D'

red 184 ◦ green 208 ◦ blue 29

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

Shades of Rio Grande #B8D01D

Tints of Rio Grande #B8D01D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.41%

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

R = 43.71%
G = 49.41%
B = 6.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#B8D01D (or 0xB8D01D) is known color: Rio Grande. HEX triplet: B8, D0 and 1D. RGB value is (184,208,29). Sum of RGB (Red+Green+Blue) = 184+208+29=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D01D is #472FE2. Grayscale: #B5B5B5. Windows color (decimal): -4665315 or 1953976. OLE color: 1953976.

HSL color Cylindrical-coordinate representation of color #B8D01D: hue angle of 68.04º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8D01D is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 208 29 -
CMYK 0.12 0 0.86 0.18
HSL 68.04º 0.76% 0.46% -
HSV(B) 68.04º 0.86% 0.82% -
XYZ 42.54 55.39 9.61 -
YUV 180.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 184 208 29 0.12 0 0.86 0.18 68.04 0.76 0.46
Hex B8 D0 1D C 0 56 12 44 4C 2E
Octal 270 320 35 14 0 126 22 104 114 56
Binary 10111000 11010000 11101 1100 0 1010110 10010 1000100 1001100 101110

Color Harmonies of #B8D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D01D

Black with #B8D01D

Text Example


Text Example

White with #B8D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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