Html Css Color HEX #BCCB1F Rio Grande

📋 copy color: '#BCCB1F'

red 188 ◦ green 203 ◦ blue 31

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

Shades of Rio Grande #BCCB1F

Tints of Rio Grande #BCCB1F

RGB

 RED value IS 188 (73.83% from 255) = 44.55%

 GREEN value IS 203 (79.69% from 255) = 48.1%

 BLUE value IS 31 (12.5% from 255) = 7.35%

R = 44.55%
G = 48.1%
B = 7.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#BCCB1F (or 0xBCCB1F) is known color: Rio Grande. HEX triplet: BC, CB and 1F. RGB value is (188,203,31). Sum of RGB (Red+Green+Blue) = 188+203+31=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB1F is #4334E0. Grayscale: #B3B3B3. Windows color (decimal): -4404449 or 2083772. OLE color: 2083772.

HSL color Cylindrical-coordinate representation of color #BCCB1F: hue angle of 65.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCCB1F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 31 -
CMYK 0.07 0 0.85 0.20
HSL 65.23º 0.74% 0.46% -
HSV(B) 65.23º 0.85% 0.8% -
XYZ 42.34 53.5 9.39 -
YUV 178.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 188 203 31 0.07 0 0.85 0.20 65.23 0.74 0.46
Hex BC CB 1F 7 0 55 14 41 4A 2E
Octal 274 313 37 7 0 125 24 101 112 56
Binary 10111100 11001011 11111 111 0 1010101 10100 1000001 1001010 101110

Color Harmonies of #BCCB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB1F

Black with #BCCB1F

Text Example


Text Example

White with #BCCB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB1F; }

 p { color: rgb(188,203,31); }

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

background-color css

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

 a { background-color: rgb(188,203,31); }

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

border-color css

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

 span { border-color: rgb(188,203,31); }

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