Html Css Color HEX #B8CF1D Rio Grande

📋 copy color: '#B8CF1D'

red 184 ◦ green 207 ◦ blue 29

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

Shades of Rio Grande #B8CF1D

Tints of Rio Grande #B8CF1D

RGB

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

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

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

R = 43.81%
G = 49.29%
B = 6.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#B8CF1D (or 0xB8CF1D) is known color: Rio Grande. HEX triplet: B8, CF and 1D. RGB value is (184,207,29). Sum of RGB (Red+Green+Blue) = 184+207+29=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CF1D is #4730E2. Grayscale: #B4B4B4. Windows color (decimal): -4665571 or 1953720. OLE color: 1953720.

HSL color Cylindrical-coordinate representation of color #B8CF1D: hue angle of 67.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8CF1D is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 207 29 -
CMYK 0.11 0 0.86 0.19
HSL 67.75º 0.75% 0.46% -
HSV(B) 67.75º 0.86% 0.81% -
XYZ 42.3 54.9 9.53 -
YUV 179.83 42.88 130.97 -
System Red Green Blue C M Y K H S L
Decimal 184 207 29 0.11 0 0.86 0.19 67.75 0.75 0.46
Hex B8 CF 1D B 0 56 13 44 4B 2E
Octal 270 317 35 13 0 126 23 104 113 56
Binary 10111000 11001111 11101 1011 0 1010110 10011 1000100 1001011 101110

Color Harmonies of #B8CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CF1D

Black with #B8CF1D

Text Example


Text Example

White with #B8CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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