Html Css Color HEX #BDCF14 Rio Grande

📋 copy color: '#BDCF14'

red 189 ◦ green 207 ◦ blue 20

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

Shades of Rio Grande #BDCF14

Tints of Rio Grande #BDCF14

RGB

 RED value IS 189 (74.22% from 255) = 45.43%

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

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 45.43%
G = 49.76%
B = 4.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#BDCF14 (or 0xBDCF14) is known color: Rio Grande. HEX triplet: BD, CF and 14. RGB value is (189,207,20). Sum of RGB (Red+Green+Blue) = 189+207+20=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF14 is #4230EB. Grayscale: #B5B5B5. Windows color (decimal): -4337900 or 1363901. OLE color: 1363901.

HSL color Cylindrical-coordinate representation of color #BDCF14: hue angle of 65.78º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDCF14 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 20 -
CMYK 0.09 0 0.90 0.19
HSL 65.78º 0.82% 0.45% -
HSV(B) 65.78º 0.9% 0.81% -
XYZ 43.43 55.49 9.08 -
YUV 180.3 37.54 134.21 -
System Red Green Blue C M Y K H S L
Decimal 189 207 20 0.09 0 0.90 0.19 65.78 0.82 0.45
Hex BD CF 14 9 0 5A 13 42 52 2D
Octal 275 317 24 11 0 132 23 102 122 55
Binary 10111101 11001111 10100 1001 0 1011010 10011 1000010 1010010 101101

Color Harmonies of #BDCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF14

Black with #BDCF14

Text Example


Text Example

White with #BDCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF14; }

 p { color: rgb(189,207,20); }

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

background-color css

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

 a { background-color: rgb(189,207,20); }

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

border-color css

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

 span { border-color: rgb(189,207,20); }

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