Html Css Color HEX #B4CE1B Rio Grande

📋 copy color: '#B4CE1B'

red 180 ◦ green 206 ◦ blue 27

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

Shades of Rio Grande #B4CE1B

Tints of Rio Grande #B4CE1B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.88%

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 43.58%
G = 49.88%
B = 6.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#B4CE1B (or 0xB4CE1B) is known color: Rio Grande. HEX triplet: B4, CE and 1B. RGB value is (180,206,27). Sum of RGB (Red+Green+Blue) = 180+206+27=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE1B is #4B31E4. Grayscale: #B2B2B2. Windows color (decimal): -4927973 or 1822388. OLE color: 1822388.

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

Color convert

RGB 180 206 27 -
CMYK 0.13 0 0.87 0.19
HSL 68.72º 0.77% 0.46% -
HSV(B) 68.72º 0.87% 0.81% -
XYZ 41.09 53.93 9.28 -
YUV 177.82 42.89 129.55 -
System Red Green Blue C M Y K H S L
Decimal 180 206 27 0.13 0 0.87 0.19 68.72 0.77 0.46
Hex B4 CE 1B D 0 57 13 45 4D 2E
Octal 264 316 33 15 0 127 23 105 115 56
Binary 10110100 11001110 11011 1101 0 1010111 10011 1000101 1001101 101110

Color Harmonies of #B4CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CE1B

Black with #B4CE1B

Text Example


Text Example

White with #B4CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CE1B; }

 p { color: rgb(180,206,27); }

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

background-color css

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

 a { background-color: rgb(180,206,27); }

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

border-color css

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

 span { border-color: rgb(180,206,27); }

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